home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / pcrte224.zip / SOURCE.ZIP / MAKEALL.BAT < prev    next >
DOS Batch File  |  1992-06-09  |  3KB  |  89 lines

  1. rem *******************  Making wd03wd03.exe **************************
  2. copy declare\wd03wd03.inc declare.inc
  3. tasm /ks170 pcroute.asm
  4. tasm /ks170 ip_dl1.asm
  5. tasm /ks170 ip_dl2.asm
  6. tasm /ks170 ip.asm
  7. tasm /ks170 ether.asm
  8. tasm /ks170 dlog.asm
  9. tasm /ks170 log.asm
  10. tasm /ks170 rip.asm
  11. tasm /ks170 wd8003e.asm
  12. tlink pcroute ip_dl1 ip_dl2 ip ether dlog log rip wd8003e 
  13. ren pcroute.exe wd03wd03.exe 
  14. del *.obj
  15. rem *******************  Making wd03slip.exe **************************
  16. copy declare\wd03slip.inc declare.inc
  17. tasm /ks170 pcroute.asm
  18. tasm /ks170 ip_dl1.asm
  19. tasm /ks170 ip_dl2.asm
  20. tasm /ks170 ip.asm
  21. tasm /ks170 ether.asm
  22. tasm /ks170 dlog.asm
  23. tasm /ks170 log.asm
  24. tasm /ks170 rip.asm
  25. tasm /ks170 wd8003e.asm
  26. tasm /ks170 i8250.asm
  27. tasm /ks170 pp.asm
  28. tlink pcroute ip_dl1 ip_dl2 ip ether dlog log rip wd8003e i8250 pp 
  29. ren pcroute.exe wd03slip.exe 
  30. del *.obj
  31. rem *******************  Making pktslip.exe **************************
  32. copy declare\pktslip.inc declare.inc
  33. tasm /ks170 pcroute.asm
  34. tasm /ks170 ip_dl1.asm
  35. tasm /ks170 ip_dl2.asm
  36. tasm /ks170 ip.asm
  37. tasm /ks170 ether.asm
  38. tasm /ks170 dlog.asm
  39. tasm /ks170 log.asm
  40. tasm /ks170 rip.asm
  41. tasm /ks170 packet.asm
  42. tasm /ks170 i8250.asm
  43. tasm /ks170 pp.asm
  44. tlink pcroute ip_dl1 ip_dl2 ip ether dlog log rip packet i8250 pp 
  45. ren pcroute.exe pktslip.exe 
  46. del *.obj
  47. rem *******************  Making pktpkt.exe **************************
  48. copy declare\pktpkt.inc declare.inc
  49. tasm /ks170 pcroute.asm
  50. tasm /ks170 ip_dl1.asm
  51. tasm /ks170 ip_dl2.asm
  52. tasm /ks170 ip.asm
  53. tasm /ks170 ether.asm
  54. tasm /ks170 dlog.asm
  55. tasm /ks170 log.asm
  56. tasm /ks170 rip.asm
  57. tasm /ks170 packet.asm
  58. tlink pcroute ip_dl1 ip_dl2 ip ether dlog log rip packet 
  59. ren pcroute.exe pktpkt.exe 
  60. del *.obj
  61. rem *******************  Making 3c73c7.exe **************************
  62. copy declare\3c73c7.inc declare.inc
  63. tasm /ks170 pcroute.asm
  64. tasm /ks170 ip_dl1.asm
  65. tasm /ks170 ip_dl2.asm
  66. tasm /ks170 ip.asm
  67. tasm /ks170 ether.asm
  68. tasm /ks170 dlog.asm
  69. tasm /ks170 log.asm
  70. tasm /ks170 rip.asm
  71. tasm /ks170 3c507.asm
  72. tlink pcroute ip_dl1 ip_dl2 ip ether dlog log rip 3c507 
  73. ren pcroute.exe 3c73c7.exe 
  74. del *.obj
  75. rem *******************  Making wd13wd13.exe **************************
  76. copy declare\wd13wd13.inc declare.inc
  77. tasm /ks170 pcroute.asm
  78. tasm /ks170 ip_dl1.asm
  79. tasm /ks170 ip_dl2.asm
  80. tasm /ks170 ip.asm
  81. tasm /ks170 ether.asm
  82. tasm /ks170 dlog.asm
  83. tasm /ks170 log.asm
  84. tasm /ks170 rip.asm
  85. tasm /ks170 wd8003e.asm
  86. tlink pcroute ip_dl1 ip_dl2 ip ether dlog log rip wd8003e 
  87. ren pcroute.exe wd13wd13.exe 
  88. del *.obj
  89.